projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a797a73
)
(Fforward_comment): Set comstyle for Scomment_fence.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 16 Aug 1999 20:34:56 +0000
(20:34 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 16 Aug 1999 20:34:56 +0000
(20:34 +0000)
src/syntax.c
patch
|
blob
|
history
diff --git
a/src/syntax.c
b/src/syntax.c
index da41de6d5a7911b545c9e2d49f4b9606e522bd15..233f79802513889721da5b9f3ba0fe7d1270f2a8 100644
(file)
--- a/
src/syntax.c
+++ b/
src/syntax.c
@@
-1658,7
+1658,9
@@
between them, return t; otherwise return nil.")
}
while (code == Swhitespace || code == Sendcomment);
- if (code != Scomment && code != Scomment_fence)
+ if (code == Scomment_fence)
+ comstyle = ST_COMMENT_STYLE;
+ else if (code != Scomment)
{
immediate_quit = 0;
DEC_BOTH (from, from_byte);